home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / DemonicDefence3.swf / scripts / DefineButton2_145 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-09-27  |  145 b   |  9 lines

  1. on(release){
  2.    _root.top += 1;
  3.    if(_root.top > 13)
  4.    {
  5.       _root.top = 1;
  6.    }
  7.    _root.menu1.cast1.tipo.gotoAndStop(_root.top);
  8. }
  9.